diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-12 15:42:43 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-04-12 15:42:43 +0200 |
| commit | 63c3da2af27fcfb1a9893ade03543e3a30949c8d (patch) | |
| tree | f9094dfe54292f5827eacfb33c0f85276cd13c60 /src/pages/t/[id].svelte | |
| parent | a5969b7fc8bfc451da2969f06898c25eca35a4b2 (diff) | |
Allow for conditional reply
Diffstat (limited to 'src/pages/t/[id].svelte')
| -rw-r--r-- | src/pages/t/[id].svelte | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/pages/t/[id].svelte b/src/pages/t/[id].svelte deleted file mode 100644 index e13fd04..0000000 --- a/src/pages/t/[id].svelte +++ /dev/null @@ -1,6 +0,0 @@ -<script> - import Topic from '$/components/topic/topic.svelte'; - export let id; -</script> - -<Topic id={id}/> |